home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95 Shareware / The Best of Windows 95 Shareware (Wayzata Technology)(1996).ISO / pc / miscutil / powertoy / quickcd.inf < prev    next >
INI File  |  1995-07-19  |  2KB  |  65 lines

  1. ; Author: FelixA.
  2. ; installs QuickCD and changes the AUTO play to be my app.
  3.  
  4. [DefaultInstall]
  5. CopyFiles=QCD.copy.prog, QCD.copy.hlp, QCD.copy.win, QCD.copy.sys
  6. UpdateInis=QCD.Links
  7. AddReg=QCD.Run
  8.  
  9. [version]
  10. signature="$CHICAGO$"
  11.  
  12. ; F i l e   c o p y i n g   s e c t i o n s (where the go to).
  13. [DestinationDirs]
  14. QCD.copy.sys=11
  15. QCD.copy.hlp=18
  16. QCD.copy.prog=24,%PROGRAMF%\%QCDPROG%
  17. QCD.copy.win=25
  18. [QCD.copy.prog]
  19.  
  20. ; w h a t   f i l e s   a r e   c o p i e d   w h e r e
  21. [QCD.copy.win]
  22. quickcd.exe
  23.  
  24. [QCD.copy.sys]
  25.  
  26. [QCD.copy.hlp]
  27.  
  28.  
  29. ; W h e r e   t h e   f i l e s   c o m e   f r o m
  30. [SourceDisksNames]
  31. 55="Quick CD Player","",1
  32.  
  33. [SourceDisksFiles]
  34. quickcd.exe=55
  35.  
  36. ; L o c a l i s e d   s t u f f 
  37. [Strings]
  38. PROGRAMF     = "Progra~1"
  39. QCDPROG      = "QuickCD"             ;
  40. QCDPROG_LOCN = "Accessories\Multimedia"      ; shortcut location
  41. QCD_Desc     = "Quick CD"             ; shortcut name
  42. QCD_ShortDesc= "Tray notification CD Player" ; details view
  43. StartUp_DESC       = "Startup"
  44.  
  45.  
  46. ; L i n k s   /   S h o r t c u t s
  47. [QCD.Links]
  48. setup.ini, progman.groups,,"group55=%QCDPROG_LOCN%"
  49. setup.ini, group55,,"""%QCD_Desc%"", ""%25%\quickcd.Exe"",,,,,%QCD_ShortDesc%"
  50. setup.ini, progman.groups,, "group1=%StartUp_DESC%"
  51. setup.ini, group1,, """%QCD_Desc%"", ""%25%\quickcd.Exe"",,,,,%QCD_ShortDesc%"
  52.  
  53. ; A u d i o   A s s o c i a t i o n
  54. [qcd.reg]
  55. HKCR,AudioCD,,,"AudioCD"
  56. HKCR,AudioCD,"EditFlags",1,02,00,00,00
  57. HKCR,AudioCD\DefaultIcon,,,"%11%\shell32.dll,40"
  58. HKCR,AudioCD\shell,,,"play"
  59. HKCR,AudioCD\shell\play,,,"&Play"
  60. HKCR,AudioCD\shell\play\command,,,"%25%\quickcd.exe /play %1"
  61.  
  62. ; R u n   o n c e   i n s t a l l e d
  63. [qcd.run]
  64. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,foo,,"%10%\quickcd.exe"
  65.